CamPoint.Parameter property

The additional parameter for the table points, depends on the interpolation type.

Linear interpolation: null.

Poly5 interpolation: it has four point types. "!=" means "not equal to."

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public double[] Parameter { get; set; }
Public Property Parameter As Double()

Property value

Type: double[]

See also

CamPoint Class

IntervalZero.KINGSTAR.Base.Class Namespace